2006-08-15 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktable.sgml: Fix docs for gtk_table_set_row/col_spacing.
(#348728)
2006-08-15 Matthias Clasen <mclasen@redhat.com>
+ * gtk/tmpl/gtktable.sgml: Fix docs for gtk_table_set_row/col_spacing.
+ (#348728)
+
* gtk/running.sgml: Document new GTK_DEBUG values. (#350023,
Mart Raudsepp)
<!-- ##### FUNCTION gtk_table_set_row_spacing ##### -->
<para>
-Changes the space between a given table row and its surrounding rows.
+Changes the space between a given table row and the subsequent row.
</para>
@table: a #GtkTable containing the row whose properties you wish to change.
<!-- ##### FUNCTION gtk_table_set_col_spacing ##### -->
<para>
-Alters the amount of space between a given table column and the adjacent columns.
+Alters the amount of space between a given table column and the following
+column.
</para>
@table: a #GtkTable.